
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

* {box-sizing: border-box;}
body {
    font-size: 16px;
    color: #3B3B3B;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.header {
    background-image: url('../img/slide-bg.jpg');
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.header__title {
    font-weight: 800;
    color: #e95748;
    text-shadow: 5px 5px #000;
    font-size: 70px;
    margin: 20px auto;
}

.header__subtitle {
    font-size: 30px;
    font-weight: 800;
    background-color: rgba(243, 243, 243, 0.66);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
}

.header__tarif {
    color: #ca8ea2;
    font-weight: 800;
    text-shadow: 3px 3px #000;
    font-size: 40px;
}
.bg_line {
    background-image: url('../img/top.png');
    height: 50px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
}

.btn-primary {
    font-size: 25px;
    padding: 5px 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.main__title {
    font-size: 22px;
    text-align: center;
    margin: 30px auto;
    position: relative;
}
.main__title:before {
    content: '';
    position: absolute;
/*     border-top: 3px solid #E95748;
    border-left: 3px solid #E95748; */
    border-bottom: 7px solid #E95748;
    top: -50%;
    left: 10%;
    width: 20%;
    height: 200%;
}
.line {
    background-color: #E95748;
}
.about {
    font-size: 13px;
}
.about2 {
    font-size: 17px;
}
.footer {
    margin: 20px auto;
}

.login__input {
    width: 80%;
    text-align: center;
    font-size: 22px;
    border: 2px solid #E95748;
    margin: 10px auto;
    display: block;
    padding: 10px;
    border-radius: 3px;

}
.login__btn {
    width: 80%;
    text-align: center;
    font-size: 22px;
    border: 2px solid #E95748;
    background-color: #E95748;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 10px auto;
    padding: 10px;
    border-radius: 3px;
    transition: all .4s ease;
}
.login__btn:hover {
    background-color: #8b342b;
    border: 2px solid #8b342b;
}

.login__description {
    text-align: center;
}

.user-block {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    padding: 10px;
}
.user__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.user__info {
    width: 60%;
    text-align: left;
    padding-left: 20px;
    font-size: 17px;
}
.userinfo {
    display: block;
}
.user-des {
    text-align: center;
    font-size: 18px;
}
.adv {
    font-size: 13px;
    font-weight: bold;
    display: block;
}
.user__menu {
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    padding: 20px 20px 0px 20px;
    text-transform: uppercase;
}
.user__item {
    background-color: #3287e0;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    display: block;
    transition: all .4s ease;
}
.user__item:hover {
    background-color: #004997;
    color: #fff;
    text-decoration: none;
}
.ref__inp {
    display: block;
    width: 100%;
    text-align: center;
}

.ref__dohod {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 30px auto;
}

.dohod__item {
    background-color: #3287e0;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all .4s ease;
}
.dohod__item:hover {
    background-color: #004997;
}